home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 266_01 / conlib.h < prev    next >
Text File  |  1990-04-19  |  629b  |  20 lines

  1. /*  PLOX keyword handling modules  04-21-90       FILE: CONLIB.C
  2.          Robert L. Patton, Jr.
  3.          1713 Parkcrest Terrace
  4.          Arlington, TX 76012
  5. */
  6. void Unknown (char *Word);
  7. void ARcon (char *Sentence);
  8. void AXcon (char *Sentence);
  9. void BRcon (char *Sentence);
  10. void HUcon (char *Sentence);
  11. void IScon (char *Sentence);
  12. void LAcon (char *Sentence);
  13. void LIcon (char *Sentence);
  14. int  ItemOut (int Item);
  15. int  LineType (char *Word, int *Trace);
  16. void SetDtype (char *Sentence, char *Dtype);
  17. void SetItems (char *Sentence, int *Ix, int *Iy);
  18. void PCcon  (char *Sentence);
  19. void TLcon  (char *Sentence);
  20.